[jsscripting] Upgrade to Graal 25#19567
Merged
lsiepel merged 2 commits intoopenhab:mainfrom Oct 29, 2025
Merged
Conversation
Contributor
|
Just FYI, it looks like the next version of GraalVM (25.1.0) drops x86 Mac support which is super unfortunate. Does not affect this PR , but something to watch out for (I know many users use older mac minis as openHAB servers) . |
Contributor
Author
|
Yeah, I have seen this. |
lsiepel
reviewed
Oct 28, 2025
- Upgrades to Graal 25. Changelog: https://github.com/oracle/graaljs/blob/master/CHANGELOG.md#version-2500 - Adjusts Node.js version accordingly. - Syncs webpack-cli version with openhab-js. Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Cody Cutrer <cody@cutrer.us>
2378bfc to
2ed1029
Compare
Contributor
Author
|
@ccutrer Thanks for finishing this! |
florian-h05
added a commit
to openhab/openhab-js
that referenced
this pull request
Oct 30, 2025
Refs openhab/openhab-addons#19567. Signed-off-by: Florian Hotze <dev@florianhotze.com>
ErikDB87
pushed a commit
to ErikDB87/openhab-addons
that referenced
this pull request
Oct 31, 2025
* [jsscripting] Upgrade to Graal 25.0.1 Signed-off-by: Florian Hotze <dev@florianhotze.com> Co-authored-by: Cody Cutrer <cody@cutrer.us> Signed-off-by: Erik De Boeck <deboeck.erik@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Must be merged together with #19518 and a Python Scripting Graal 25 upgrade.